0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (2)
  • R1,000 - R2,500 (4)
  • R2,500 - R5,000 (2)
  • -
Status
Brand

Showing 1 - 8 of 8 matches in All Departments

Parallel Computing for Data Science - With Examples in R, C++ and CUDA (Paperback): Norman Matloff Parallel Computing for Data Science - With Examples in R, C++ and CUDA (Paperback)
Norman Matloff
R1,487 Discovery Miles 14 870 Ships in 12 - 17 working days

Parallel Computing for Data Science: With Examples in R, C++ and CUDA is one of the first parallel computing books to concentrate exclusively on parallel data structures, algorithms, software tools, and applications in data science. It includes examples not only from the classic "n observations, p variables" matrix format but also from time series, network graph models, and numerous other structures common in data science. The examples illustrate the range of issues encountered in parallel programming. With the main focus on computation, the book shows how to compute on three types of platforms: multicore systems, clusters, and graphics processing units (GPUs). It also discusses software packages that span more than one type of hardware and can be used from more than one type of programming language. Readers will find that the foundation established in this book will generalize well to other languages, such as Python and Julia.

Parallel Computing for Data Science - With Examples in R, C++ and CUDA (Hardcover): Norman Matloff Parallel Computing for Data Science - With Examples in R, C++ and CUDA (Hardcover)
Norman Matloff
R1,877 Discovery Miles 18 770 Ships in 12 - 17 working days

Parallel Computing for Data Science: With Examples in R, C++ and CUDA is one of the first parallel computing books to concentrate exclusively on parallel data structures, algorithms, software tools, and applications in data science. It includes examples not only from the classic "n observations, p variables" matrix format but also from time series, network graph models, and numerous other structures common in data science. The examples illustrate the range of issues encountered in parallel programming. With the main focus on computation, the book shows how to compute on three types of platforms: multicore systems, clusters, and graphics processing units (GPUs). It also discusses software packages that span more than one type of hardware and can be used from more than one type of programming language. Readers will find that the foundation established in this book will generalize well to other languages, such as Python and Julia.

Probability and Statistics for Data Science - Math + R + Data (Paperback): Norman Matloff Probability and Statistics for Data Science - Math + R + Data (Paperback)
Norman Matloff
R1,833 Discovery Miles 18 330 Ships in 9 - 15 working days

Probability and Statistics for Data Science: Math + R + Data covers "math stat"-distributions, expected value, estimation etc.-but takes the phrase "Data Science" in the title quite seriously: * Real datasets are used extensively. * All data analysis is supported by R coding. * Includes many Data Science applications, such as PCA, mixture distributions, random graph models, Hidden Markov models, linear and logistic regression, and neural networks. * Leads the student to think critically about the "how" and "why" of statistics, and to "see the big picture." * Not "theorem/proof"-oriented, but concepts and models are stated in a mathematically precise manner. Prerequisites are calculus, some matrix algebra, and some experience in programming. Norman Matloff is a professor of computer science at the University of California, Davis, and was formerly a statistics professor there. He is on the editorial boards of the Journal of Statistical Software and The R Journal. His book Statistical Regression and Classification: From Linear Models to Machine Learning was the recipient of the Ziegel Award for the best book reviewed in Technometrics in 2017. He is a recipient of his university's Distinguished Teaching Award.

The Art Of Machine Learning - Algorithms + Data + R (Paperback): Norman Matloff The Art Of Machine Learning - Algorithms + Data + R (Paperback)
Norman Matloff
R1,257 R902 Discovery Miles 9 020 Save R355 (28%) Ships in 10 - 15 working days

Machine learning without advanced math! This book presents a serious, practical look at machine learning, preparing you for valuable insights on your own data. The Art of Machine Learning is packed with real dataset examples and sophisticated advice on how to make full use of powerful machine learning methods. Readers will need only an intuitive grasp of charts, graphs, and the slope of a line, as well as familiarity with the R programming language. You'll become skilled in a range of machine learning methods, starting with the simple k-Nearest Neighbours method (k-NN), then on to random forests, gradient boosting, linear/logistic models, support vector machines, the LASSO, and neural networks. Final chapters introduce text and image classification, as well as time series. You'll learn not only how to use machine learning methods, but also why these methods work, providing the strong foundational background you'll need in practice.  Additional features: How to avoid common problems, s

Probability and Statistics for Data Science - Math + R + Data (Hardcover): Norman Matloff Probability and Statistics for Data Science - Math + R + Data (Hardcover)
Norman Matloff
R4,756 Discovery Miles 47 560 Ships in 12 - 17 working days

Probability and Statistics for Data Science: Math + R + Data covers "math stat"-distributions, expected value, estimation etc.-but takes the phrase "Data Science" in the title quite seriously: * Real datasets are used extensively. * All data analysis is supported by R coding. * Includes many Data Science applications, such as PCA, mixture distributions, random graph models, Hidden Markov models, linear and logistic regression, and neural networks. * Leads the student to think critically about the "how" and "why" of statistics, and to "see the big picture." * Not "theorem/proof"-oriented, but concepts and models are stated in a mathematically precise manner. Prerequisites are calculus, some matrix algebra, and some experience in programming. Norman Matloff is a professor of computer science at the University of California, Davis, and was formerly a statistics professor there. He is on the editorial boards of the Journal of Statistical Software and The R Journal. His book Statistical Regression and Classification: From Linear Models to Machine Learning was the recipient of the Ziegel Award for the best book reviewed in Technometrics in 2017. He is a recipient of his university's Distinguished Teaching Award.

Statistical Regression and Classification - From Linear Models to Machine Learning (Hardcover): Norman Matloff Statistical Regression and Classification - From Linear Models to Machine Learning (Hardcover)
Norman Matloff
R4,488 Discovery Miles 44 880 Ships in 12 - 17 working days

*Statistical Regression and Classification: From Linear Models to Machine Learning was awarded the 2017 Ziegel Award for the best book reviewed in Technometrics in 2017.* States concepts in a precise manner Emphasizes practical value throughout the text Provides a main body section which uses math stat sparingly, as well as an "extras" section for those who feel comfortable with analysis using math stat

Statistical Regression and Classification - From Linear Models to Machine Learning (Paperback): Norman Matloff Statistical Regression and Classification - From Linear Models to Machine Learning (Paperback)
Norman Matloff
R2,128 Discovery Miles 21 280 Ships in 12 - 17 working days

*Statistical Regression and Classification: From Linear Models to Machine Learning was awarded the 2017 Ziegel Award for the best book reviewed in Technometrics in 2017.* States concepts in a precise manner Emphasizes practical value throughout the text Provides a main body section which uses math stat sparingly, as well as an "extras" section for those who feel comfortable with analysis using math stat

The Art Of R Programming (Paperback): Norman Matloff The Art Of R Programming (Paperback)
Norman Matloff 1
R1,058 R816 Discovery Miles 8 160 Save R242 (23%) Ships in 12 - 17 working days

R is the world's most popular language for developing statistical software: Archaeologists use it to track the spread of ancient civilizations, drug companies use it to discover which medications are safe and effective, and actuaries use it to assess financial risks and keep economies running smoothly.

The Art of R Programming takes you on a guided tour of software development with R, from basic types and data structures to advanced topics like closures, recursion, and anonymous functions. No statistical knowledge is required, and your programming skills can range from hobbyist to pro.

Along the way, you'll learn about functional and object-oriented programming, running mathematical simulations, and rearranging complex data into simpler, more useful formats. You'll also learn to: Create artful graphs to visualize complex data sets and functionsWrite more efficient code using parallel R and vectorizationInterface R with C/C++ and Python for increased speed or functionalityFind new R packages for text analysis, image manipulation, and moreSquash annoying bugs with advanced debugging techniques

Whether you're designing aircraft, forecasting the weather, or you just need to tame your data, The Art of R Programming is your guide to harnessing the power of statistical computing.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Docking Edition Multi-Functional…
R1,099 R799 Discovery Miles 7 990
Helix Oxford 10 Piece Maths Set (Blue)
R89 Discovery Miles 890
Harry Potter Wizard Wand - In…
 (3)
R830 Discovery Miles 8 300
LK's Ceramic Bricks for Gas Braais (48…
R459 R259 Discovery Miles 2 590
Beauty And The Beast - Blu-Ray + DVD
Emma Watson, Dan Stevens, … Blu-ray disc R326 Discovery Miles 3 260
Peptine Pro Equine Hydrolysed Collagen…
 (2)
R359 R279 Discovery Miles 2 790
Lucky Plastic 3-in-1 Nose Ear Trimmer…
R289 Discovery Miles 2 890
Batman v Superman - Dawn Of Justice…
Ben Affleck, Henry Cavill, … Blu-ray disc  (3)
R549 Discovery Miles 5 490
Sharp EL-W506T Scientific Calculator…
R599 R449 Discovery Miles 4 490
Be Safe Paramedical Latex Examination…
R6 Discovery Miles 60

 

Partners